home *** CD-ROM | disk | FTP | other *** search
/ Electronics Boutique Catalog 1996 Spring / 1996 Electronics Boutique Spring CD-ROM (USA).bin / eb / demos / elkmoon.dir / 00014.ls < prev    next >
Encoding:
Text File  |  1995-12-11  |  891 b   |  37 lines

  1. global gNext
  2.  
  3. on mouseDown
  4.   puppetSound("StoryB")
  5.   puppetSprite(3, 1)
  6.   puppetSprite(11, 1)
  7.   set the castNum of sprite 3 to the number of cast "MOREBON.GIF"
  8.   set the castNum of sprite 11 to 27
  9.   sound stop 2
  10.   updateStage()
  11.   startTimer()
  12.   repeat while the timer < 15
  13.     nothing()
  14.   end repeat
  15.   set the castNum of sprite 3 to the number of cast "MOREBOFF.GIF"
  16.   set the castNum of sprite 11 to 28
  17.   updateStage()
  18.   startTimer()
  19.   repeat while the timer < 15
  20.     nothing()
  21.   end repeat
  22.   set the castNum of sprite 3 to the number of cast "MOREBON.GIF"
  23.   set the castNum of sprite 11 to 27
  24.   updateStage()
  25.   startTimer()
  26.   repeat while the timer < 15
  27.     nothing()
  28.   end repeat
  29.   set the castNum of sprite 3 to the number of cast "MOREBOFF.GIF"
  30.   set the castNum of sprite 11 to 28
  31.   updateStage()
  32.   puppetSprite(3, 0)
  33.   puppetSprite(11, 0)
  34.   set gNext to "story"
  35.   go("more jump")
  36. end
  37.